ci: 新增 issues 过期自动关闭自动化 - #22
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description / 变更描述
新增 GitHub Actions workflow,自动管理长期无活动的问题(issues)。问题在 15 天无活动后标记为过期(stale),并在标记后 5 天仍无活动时自动关闭。支持手动触发。
workflow 设计为通用可复用,可直接用于其他仓库。英中双语注释与消息。仅处理 issues,不影响 PR。
Type of change / 变更类型
Testing / 测试
Checklist / 自检清单